type github.com/gotd/td/telegram/dcs.mtProxy
8 uses
github.com/gotd/td/telegram/dcs (current package)
mtproxy.go#L18: var _ Resolver = mtProxy{}
mtproxy.go#L20: type mtProxy struct {
mtproxy.go#L30: func (m mtProxy) Primary(ctx context.Context, dc int, _ List) (transport.Conn, error) {
mtproxy.go#L34: func (m mtProxy) MediaOnly(ctx context.Context, dc int, _ List) (transport.Conn, error) {
mtproxy.go#L41: func (m mtProxy) CDN(ctx context.Context, dc int, _ List) (transport.Conn, error) {
mtproxy.go#L45: func (m mtProxy) resolve(ctx context.Context, dc int) (transport.Conn, error) {
mtproxy.go#L61: func (m mtProxy) handshakeConn(c net.Conn, dc int) (transport.Conn, error) {
mtproxy.go#L131: return mtProxy{
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |